Click or drag to resize

ActiveLock Class

ActiveLock contains information about lock on a resource.
Inheritance Hierarchy
SystemObject
  Independentsoft.WebdavActiveLock

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public class ActiveLock

The ActiveLock type exposes the following members.

Constructors
  NameDescription
Public methodActiveLock
Initializes a new instance of the ActiveLock class.
Public methodActiveLock(Int32)
Initializes a new instance of the ActiveLock class.
Public methodActiveLock(String)
Initializes a new instance of the ActiveLock class.
Public methodActiveLock(String, Int32)
Initializes a new instance of the ActiveLock class.
Public methodActiveLock(String, String)
Initializes a new instance of the ActiveLock class.
Public methodActiveLock(LockScope, String, Int32)
Initializes a new instance of the ActiveLock class.
Public methodActiveLock(LockScope, String, String)
Initializes a new instance of the ActiveLock class.
Public methodActiveLock(LockScope, String, Int32, String)
Initializes a new instance of the ActiveLock class.
Public methodActiveLock(LockScope, String, String, String)
Initializes a new instance of the ActiveLock class.
Public methodActiveLock(LockScope, String, String, String, String)
Initializes a new instance of the ActiveLock class.
Public methodActiveLock(LockScope, String, Int32, String, String, String)
Initializes a new instance of the ActiveLock class.
Public methodActiveLock(LockScope, String, Int32, String, String, String)
Initializes a new instance of the ActiveLock class.
Public methodActiveLock(LockScope, String, String, String, String, String)
Initializes a new instance of the ActiveLock class.
Public methodActiveLock(LockScope, String, String, String, String, String)
Initializes a new instance of the ActiveLock class.
Top
Properties
  NameDescription
Public propertyDepth
Gets or sets the depth of the lock.
Public propertyOwner
Gets or sets who locked this resource.
Public propertyScope
Gets or sets the scope of the lock.
Public propertyTimeout
Gets or sets a lock timeout. The lock timeout as either "Second-n" (where "n" is number between 0 and 4294967295) or "Infinite". InfiniteTimeout
Public propertyToken
Gets or sets a lock token.
Public propertyType
Gets or sets the type of lock.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetTimeoutAsSeconds
Return timeout value in seconds.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Represent object as a string.
(Overrides ObjectToString.)
Top
Remarks
The information can be used to provide details when obtaining locks, or for holding results from lock queries.
See Also